home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Diversos / scribble.swf / scripts / DefineButton2_179 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-02-20  |  87 b   |  6 lines

  1. on(release){
  2.    stopAllSounds();
  3.    _root.play();
  4.    _root._quality = "MEDIUM";
  5. }
  6.